home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / files.fmt / migInfo.man < prev    next >
Encoding:
Text File  |  1990-01-26  |  2.4 KB  |  133 lines

  1.  
  2.  
  3.  
  4. migInfo                   File Formats                    migInfo
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      /sprite/admin/migInfo - file containing the migration status
  12.      of all Sprite hosts
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      The migration status of all Sprite hosts is stored in  ASCII
  16.      format  in  a  shared file, //sspprriittee//aaddmmiinn//mmiiggIInnffoo. Each host
  17.      runs a daemon that is responsible for updating the  informa-
  18.      tion  for  its host.  Each record is fixed length, to permit
  19.      the daemons to update individual records without first pars-
  20.      ing the entire file.
  21.  
  22.      Each record contains the following information, separated by
  23.      white space:
  24.  
  25.      hostID        numeric identifier of host.
  26.  
  27.      utilizations  3 weighted CPU utilizations,  as  percentages,
  28.                    separated by slashes.
  29.  
  30.      ready queues  3 weighted queue lengths,  as  floating-point,
  31.                    separated by slashes.
  32.  
  33.      boottime      time at  which  host  last  rebooted  (seconds
  34.                    since 1/1/70).
  35.  
  36.      timestamp     time when record last updated, (seconds  since
  37.                    1/1/70).
  38.  
  39.      noInput       number of  seconds  since  keyboard  or  mouse
  40.                    input.
  41.  
  42.      allowMigration
  43.                    whether process  migration  to  this  host  is
  44.                    allowed .
  45.  
  46.      foreignProcs  number of migrated processes running  on  this
  47.                    host.
  48.  
  49.      migVersion    version number of migration  running  on  this
  50.                    host.
  51.  
  52.      pad           Reserved for future expansion.
  53.  
  54.      Although the information is stored in ASCII format, to  make
  55.      it  sharable  by  machines  with  different  byte orderings,
  56.      internally the migration database is accessed  via  routines
  57.      that  convert  between  ASCII  and  an internal C structure.
  58.      Refer to the documentation for the mmiigg library for  informa-
  59.      tion about this structure.
  60.  
  61.  
  62.  
  63. Sprite v.1.0       Printed:  January 26, 1990                   1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. migInfo                   File Formats                    migInfo
  71.  
  72.  
  73.  
  74. SSEEEE AALLSSOO
  75.      mig, db, loadavg
  76.  
  77. KKEEYYWWOORRDDSS
  78.      process migration, load average, idle time, database
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v.1.0       Printed:  January 26, 1990                   2
  130.  
  131.  
  132.  
  133.